go/types.Scope.children (field)
11 uses
go/types (current package)
eval.go#L69: for _, fscope := range pkg.scope.children {
scope.go#L27: children []*Scope
scope.go#L41: parent.children = append(parent.children, s)
scope.go#L42: s.number = len(parent.children)
scope.go#L66: func (s *Scope) NumChildren() int { return len(s.children) }
scope.go#L69: func (s *Scope) Child(i int) *Scope { return s.children[i] }
scope.go#L150: for _, s := range s.children {
scope2.go#L56: for _, s := range s.children {
scope2.go#L64: for _, s := range s.children {
stmt.go#L73: for _, scope := range scope.children {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)